

/* ====== Slideshow & Scrollable ====== */
.carousel-direction a {
	display: block;
	width: 30px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	z-index: 100;
	margin-top: -30px;
	font-family: simsun;
	text-align: center;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	cursor: pointer;
	background-color: #e50b0b;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.carousel-direction a:hover {
	background-color: #b20000;
	color: #fff;
	text-decoration: none;
}
.carousel-direction a.disabled, .carousel-direction a.disabled:hover {
	background-color: #e5e5e5;
	color: #ccc;
	cursor: default;
}
.carousel-prev {
	left: 0;
}
.carousel-next {
	right: 0;
}
.carousel-btn {
	text-align: center;
	margin: 10px 0;
	line-height: normal;
}
.carousel-btn a {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 5px;
	background: #ccc;
	border-radius: 50%;
}
.carousel-btn .selected {
	background: #b20000;
	cursor: default;
}
.carousel-btn a span {
	display: none;
}
.carousel-btn-fixed {
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	margin: 0;
	z-index: 100;
}

.carousel {
	position: relative;
}

.scrollable {
	overflow: hidden;
}
.scrollable .caroufredsel_wrapper {
}
.scrollable ul {
	padding: 0;
	_margin-left: -5px !important;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.scrollable ul li {
	padding: 0px;
	margin: 0 15px;
	display: block;
	float: left;
	width: 220px;
	text-align: center;
}
.scrollable ul li p a {
	display: block;
}
.scrollable ul li img {
	display: block;
	width: 100%;
	padding:4px;
	border:1px dashed #dedede;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.scrollable ul li p {
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.scrollable ul li p a:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.scrollable ul li h2 {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 22px;
}
.scrollable ul li h2 a {
	font-size: 14px;
	font-weight: normal;
	color:#575656;
}
.scrollable ul li h2 a:hover {
	text-decoration: none;
	color:#d6101d;
}
.scrollable .text-intro {
	text-align: left;
	font-size: 13px;
	color: #808080;
	line-height: 1.5;
}
.scrollable .carousel-direction a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: 0;
	top: 60px;
	color: #fff;
	font-size: 22px;
	background-color: #8c989f;
	 
}
.scrollable .carousel-direction a:hover {
	background-color: #d6101d;
	color: #fff;
}
.scrollable .carousel-direction a.disabled, .scrollable .carousel-direction a.disabled:hover {
	color: #fff;
	background-color: #f2f2f2;
}
.scrollable a.carousel-prev {
	left: 0px;
}
.scrollable a.carousel-next {
	right: 0px;
}





/* module 外框容器
------------------------------------------------------------------------------------------ */
.module-default {
	margin: 0;
	padding: 0;
}
.module-default > .module-divider {
	margin-bottom: 20px;
}
.module {
	margin-bottom: 25px;
}



/* ============================= 响应式 CSS ============================= */

 @media (min-width:1200px) {
}
 @media (min-width:992px) and (max-width:1200px) {

.scrollable a.carousel-prev {
	left: 0;
}
.scrollable a.carousel-next {
	right: 0;
}

}
 @media screen and (max-width:1200px) {

.scrollable a.carousel-prev {
	left: 0 !important;
}
.scrollable a.carousel-next {
	right: 0 !important;
}
.module-default, .module {
	margin-bottom: 20px;
}

}
 @media (min-width:768px) and (max-width:991px) {

}
 @media screen and (max-width:768px) {

}
 @media screen and (max-width:640px) {

.scrollable .carousel-direction a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

}
 @media screen and (max-width:480px) {


}
 @media screen and (max-width:360px) {

}
